home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / allout.swf / scripts / DefineButton2_143 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-05-29  |  165 b   |  7 lines

  1. on(release){
  2.    this.gotoAndPlay("close");
  3.    _parent.lew.action = "nosolve";
  4.    _parent.solvebutton.gotoAndStop(1);
  5.    _parent.randombutton.gotoAndStop(1);
  6. }
  7.